home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / guienv376.lha / GUIEnvironment / Install.script < prev    next >
Encoding:
Text File  |  1994-12-11  |  1.0 KB  |  48 lines

  1.  
  2. ; Script file to install guienv.library
  3.  
  4. FailAt 20
  5.  
  6. Echo "*nGUIEnvironment Installation Script*n"
  7. Version >NIL: LIBS:guienv.library
  8. If NOT ERROR
  9.   Echo "Version of guienv.library already installed:"
  10.   Version LIBS:guienv.library
  11.   Echo ""
  12. EndIf
  13.  
  14. Ask "Install guienv.library version 37.6 ?"
  15. If NOT WARN
  16.   Skip Aborted
  17. EndIf
  18.  
  19. Ask "Install 68020 version ?"
  20. If NOT WARN
  21.   Copy libs/guienv.library LIBS:guienv.library CLONE
  22.   Copy libs/geclass.library LIBS:geclass.library CLONE
  23.   Skip OK
  24. EndIf
  25. Copy libs/guienv.library'020 LIBS:guienv.library CLONE
  26. Copy libs/geclass.library'020 LIBS:geclass.library CLONE
  27.  
  28. Lab OK
  29.  
  30. Echo "*nguienv.library and geclass.library copied to your Libs: directory."
  31.  
  32. Echo "Installation complete.*n"
  33. Echo "See the installation guide for your prefered compiler for more information.*n"
  34.  
  35. Echo "*nIf you have a localized workbench copy the catalog file from the"
  36. Echo "libs/catalogs drawer to your catalogs drawer !*n"
  37.  
  38. Skip END
  39.  
  40. Lab ABORTED
  41.  
  42. Echo "*nInstallation aborted!*n"
  43.  
  44. Lab END
  45.  
  46. Wait 5
  47. EndCLI >NIL:
  48.